home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / ghostscript / 8.64 / lib / ghostpdf.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2009-04-17  |  25.0 KB  |  523 lines

  1. *PPD-Adobe: "4.3"
  2. *FileVersion: "1.1"
  3. *FormatVersion: "4.3" 
  4. *LanguageEncoding: ISOLatin1
  5. *LanguageVersion: English
  6. *Manufacturer: "Ghostscript"
  7. *ModelName: "Ghostscript PDF Writer"
  8. *ShortNickName: "Ghostscript"
  9. *NickName: "Ghostscript"
  10. *% PCFileName should be of the form XXNNNNNN.PPD where XX is an assigned
  11. *% manufacturer code.
  12. *PCFileName: "GHOSTPDF.PPD"
  13. *Product: "(Ghostscript)"
  14. *Product: "(AFPL Ghostscript)"
  15. *Product: "(GNU Ghostscript)"
  16. *Product: "(GPL Ghostscript)"
  17. *PSVersion: "(3010) 815"
  18.  
  19. *% *DefaultImageableArea:
  20. *% *DefaultPageRegion:
  21. *% *PageRegion:
  22. *% *ImageableArea:
  23. *% *DefaultPageSize:
  24. *% *PageSize:
  25. *% *DefaultPaperDimension:
  26. *% *PaperDimension:
  27.  
  28. *% == Above are required
  29.  
  30. *Copyright: "2004-2006 Ghostgum Software Pty Ltd"
  31. *%
  32. *%  Copyright (C) 2004-2006, Ghostgum Software Pty Ltd.  All rights reserved.
  33. *%
  34. *%  Permission is hereby granted, free of charge, to any person obtaining
  35. *%  a copy of this file ("Software"), to deal in the Software without
  36. *%  restriction, including without limitation the rights to use, copy,
  37. *%  modify, merge, publish, distribute, sublicense, and/or sell copies of
  38. *%  this Software, and to permit persons to whom this file is furnished to
  39. *%  do so, subject to the following conditions:
  40. *%
  41. *%  This Software is distributed with NO WARRANTY OF ANY KIND.  No author
  42. *%  or distributor accepts any responsibility for the consequences of using it,
  43. *%  or for whether it serves any particular purpose or works at all, unless he
  44. *%  or she says so in writing.
  45. *%
  46. *%  The above copyright notice and this permission notice shall be included
  47. *%  in all copies or substantial portions of the Software.
  48.  
  49. *% There is an accompanying file ghostpdf.inf that is used to 
  50. *% install this PPD on Windows 2k/XP.
  51. *% This PPD includes configuration items specific to generating
  52. *% PDF files with ghostscript.
  53. *% If you are not using the ghostscript pdfwrite device,
  54. *% all items in the PDF group should be left as "Default".
  55.  
  56.  
  57. *% == Basic Capabilities
  58. *LanguageLevel: "3"
  59. *ColorDevice: True
  60. *DefaultColorSpace: RGB
  61. *FileSystem: True
  62. *Extensions: CMYK FileSystem Composite
  63. *TTRasterizer: Type42
  64. *FreeVM: "10000000"
  65. *PrintPSErrors: True
  66. *ContoneOnly: True
  67. *% AccurateScreensSupport: True
  68.  
  69. *% order dependency
  70. *%  10 HWResolution
  71. *%  20 PageSize and other page device parameters
  72. *%  30 PDFSETTINGS
  73. *%  40 distiller parameters
  74.  
  75. *% == Resolution
  76. *OpenUI *Resolution: PickOne
  77. *DefaultResolution: 600dpi
  78. *OrderDependency: 10 AnySetup *Resolution
  79. *Resolution 72dpi: "<< /HWResolution [72 72] >> setpagedevice"
  80. *Resolution 96dpi: "<< /HWResolution [96 96] >> setpagedevice"
  81. *Resolution 144dpi: "<< /HWResolution [144 144] >> setpagedevice"
  82. *Resolution 150dpi: "<< /HWResolution [150 150] >> setpagedevice"
  83. *Resolution 300dpi: "<< /HWResolution [300 300] >> setpagedevice"
  84. *Resolution 600dpi: "<< /HWResolution [600 600] >> setpagedevice"
  85. *Resolution 720dpi: "<< /HWResolution [720 720] >> setpagedevice"
  86. *Resolution 1200dpi: "<< /HWResolution [1200 1200] >> setpagedevice"
  87. *Resolution 2400dpi: "<< /HWResolution [2400 2400] >> setpagedevice"
  88. *Resolution 3600dpi: "<< /HWResolution [3600 3600] >> setpagedevice"
  89. *Resolution 4000dpi: "<< /HWResolution [4000 4000] >> setpagedevice"
  90. *CloseUI: *Resolution
  91.  
  92.  
  93. *% == Paper stuff
  94. *% Page sizes taken from ghostscript gs_statd.ps.
  95. *% Ghostscript pdfwrite ignores Orientation, so set the
  96. *% custom page width/height and then use an Install procedure
  97. *% to rotate the image.
  98.  
  99. *HWMargins: 0 0 0 0
  100. *ParamCustomPageSize Width: 1 points 1 5670
  101. *ParamCustomPageSize Height: 2 points 1 5670
  102. *ParamCustomPageSize WidthOffset/Width Margin: 3 points 0 5670
  103. *ParamCustomPageSize HeightOffset/Height Margin: 4 points 0 5670
  104. *ParamCustomPageSize Orientation: 5 int 0 3
  105. *NonUIOrderDependency: 20 AnySetup *CustomPageSize
  106. *CustomPageSize True: "
  107.   5 -2 roll exch 5 2 roll
  108.   3 -2 roll exch 3 2 roll
  109.   [ {}
  110.     {90 rotate 0 currentpagedevice /PageSize get 0 get neg translate}
  111.     {180 rotate currentpagedevice /PageSize get 
  112.      dup 0 get neg exch 1 get neg translate}
  113.     {270 rotate currentpagedevice /PageSize get 1 get neg 0 translate}
  114.   ] exch get
  115.   4 dict dup begin 6 1 roll
  116.   /Install exch def
  117.   2 array astore /PageOffset exch def
  118.   2 array astore /PageSize exch def
  119.   /ImagingBBox null def
  120.   end setpagedevice"
  121. *End
  122. *MaxMediaWidth: "5670"
  123. *MaxMediaHeight: "5670"
  124.  
  125. *LandscapeOrientation: Any
  126.  
  127. *OpenUI *PageSize: PickOne
  128. *DefaultPageSize: Letter
  129. *OrderDependency: 20 AnySetup *PageSize
  130. *PageSize Tabloid: "<< /PageSize [792 1224] /ImagingBBox null >> setpagedevice"
  131. *PageSize Ledger: "<< /PageSize [1224 792] /ImagingBBox null >> setpagedevice"
  132. *PageSize Legal: "<< /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
  133. *PageSize Letter: "<< /PageSize [612 792] /ImagingBBox null >> setpagedevice"
  134. *PageSize LetterSmall: "<< /PageSize [612 792] /ImagingBBox [25 25 587 767] >> setpagedevice"
  135. *PageSize Statement: "<< /PageSize [396 612] /ImagingBBox null >> setpagedevice"
  136. *PageSize Note: "<< /PageSize [612 792] /ImagingBBox [25 25 587 767] >> setpagedevice"
  137. *PageSize A0: "<< /PageSize [2384 3370] /ImagingBBox null >> setpagedevice"
  138. *PageSize A1: "<< /PageSize [1684 2384] /ImagingBBox null >> setpagedevice"
  139. *PageSize A2: "<< /PageSize [1191 1684] /ImagingBBox null >> setpagedevice"
  140. *PageSize A3: "<< /PageSize [842 1191] /ImagingBBox null >> setpagedevice"
  141. *PageSize A4: "<< /PageSize [595 842] /ImagingBBox null >> setpagedevice"
  142. *PageSize A4Small: "<< /PageSize [595 842] /ImagingBBox [25 25 750 817] >> setpagedevice"
  143. *PageSize A5: "<< /PageSize [420 595] /ImagingBBox null >> setpagedevice"
  144. *PageSize A6: "<< /PageSize [297 420] /ImagingBBox null >> setpagedevice"
  145. *PageSize A7: "<< /PageSize [210 297] /ImagingBBox null >> setpagedevice"
  146. *PageSize A8: "<< /PageSize [148 210] /ImagingBBox null >> setpagedevice"
  147. *PageSize A9: "<< /PageSize [105 148] /ImagingBBox null >> setpagedevice"
  148. *PageSize A10: "<< /PageSize [73 105] /ImagingBBox null >> setpagedevice"
  149. *PageSize ISOB0/ISO B0: "<< /PageSize [2835 4008] /ImagingBBox null >> setpagedevice"
  150. *PageSize ISOB1/ISO B1: "<< /PageSize [2004 2835] /ImagingBBox null >> setpagedevice"
  151. *PageSize ISOB2/ISO B2: "<< /PageSize [1417 2004] /ImagingBBox null >> setpagedevice"
  152. *PageSize ISOB3/ISO B3: "<< /PageSize [1001 1417] /ImagingBBox null >> setpagedevice"
  153. *PageSize ISOB4/ISO B4: "<< /PageSize [709 1001] /ImagingBBox null >> setpagedevice"
  154. *PageSize ISOB5/ISO B5: "<< /PageSize [499 709] /ImagingBBox null >> setpagedevice"
  155. *PageSize ISOB6/ISO B6: "<< /PageSize [354 499] /ImagingBBox null >> setpagedevice"
  156. *PageSize B0/JIS B0: "<< /PageSize [2920 4127] /ImagingBBox null >> setpagedevice"
  157. *PageSize B1/JIS B1: "<< /PageSize [2064 2920] /ImagingBBox null >> setpagedevice"
  158. *PageSize B2/JIS B2: "<< /PageSize [1460 2064] /ImagingBBox null >> setpagedevice"
  159. *PageSize B3/JIS B3: "<< /PageSize [1032 1460] /ImagingBBox null >> setpagedevice"
  160. *PageSize B4/JIS B4: "<< /PageSize [729 1032] /ImagingBBox null >> setpagedevice"
  161. *PageSize B5/JIS B5: "<< /PageSize [516 729] /ImagingBBox null >> setpagedevice"
  162. *PageSize B6/JIS B6: "<< /PageSize [363 516] /ImagingBBox null >> setpagedevice"
  163. *PageSize EnvC0/Envelope C0: "<< /PageSize [2599 3677] /ImagingBBox null >> setpagedevice"
  164. *PageSize EnvC1/Envelope C1: "<< /PageSize [1837 2599] /ImagingBBox null >> setpagedevice"
  165. *PageSize EnvC2/Envelope C2: "<< /PageSize [1296 1837] /ImagingBBox null >> setpagedevice"
  166. *PageSize EnvC3/Envelope C3: "<< /PageSize [918 1296] /ImagingBBox null >> setpagedevice"
  167. *PageSize EnvC4/Envelope C4: "<< /PageSize [649 918] /ImagingBBox null >> setpagedevice"
  168. *PageSize EnvC5/Envelope C5: "<< /PageSize [459 649] /ImagingBBox null >> setpagedevice"
  169. *PageSize EnvC6/Envelope C6: "<< /PageSize [323 459] /ImagingBBox null >> setpagedevice"
  170. *PageSize ARCHE: "<< /PageSize [2592 3456] /ImagingBBox null >> setpagedevice"
  171. *PageSize ARCHD: "<< /PageSize [1728 2592] /ImagingBBox null >> setpagedevice"
  172. *PageSize ARCHC: "<< /PageSize [1296 1728] /ImagingBBox null >> setpagedevice"
  173. *PageSize ARCHB: "<< /PageSize [864 1296] /ImagingBBox null >> setpagedevice"
  174. *PageSize ARCHA: "<< /PageSize [648 864] /ImagingBBox null >> setpagedevice"
  175. *PageSize FLSA: "<< /PageSize [612 936] /ImagingBBox null >> setpagedevice"
  176. *PageSize FLSE: "<< /PageSize [612 936] /ImagingBBox null >> setpagedevice"
  177. *PageSize PA4: "<< /PageSize [595 792] /ImagingBBox null >> setpagedevice"
  178. *CloseUI: *PageSize
  179.  
  180. *OpenUI *PageRegion: PickOne
  181. *DefaultPageRegion: Letter
  182. *OrderDependency: 20 AnySetup *PageRegion
  183. *PageRegion Tabloid: "<< /PageSize [792 1224] /ImagingBBox null >> setpagedevice"
  184. *PageRegion Ledger: "<< /PageSize [1224 792] /ImagingBBox null >> setpagedevice"
  185. *PageRegion Legal: "<< /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
  186. *PageRegion Letter: "<< /PageSize [612 792] /ImagingBBox null >> setpagedevice"
  187. *PageRegion LetterSmall: "<< /PageSize [612 792] /ImagingBBox [25 25 587 767] >> setpagedevice"
  188. *PageRegion Note: "<< /PageSize [612 792] /ImagingBBox [25 25 587 767] >> setpagedevice"
  189. *PageRegion Statement: "<< /PageSize [396 612] /ImagingBBox null >> setpagedevice"
  190. *PageRegion A0: "<< /PageSize [2384 3370] /ImagingBBox null >> setpagedevice"
  191. *PageRegion A1: "<< /PageSize [1684 2384] /ImagingBBox null >> setpagedevice"
  192. *PageRegion A2: "<< /PageSize [1191 1684] /ImagingBBox null >> setpagedevice"
  193. *PageRegion A3: "<< /PageSize [842 1191] /ImagingBBox null >> setpagedevice"
  194. *PageRegion A4: "<< /PageSize [595 842] /ImagingBBox null >> setpagedevice"
  195. *PageRegion A4Small: "<< /PageSize [595 842] /ImagingBBox [25 25 750 817] >> setpagedevice"
  196. *PageRegion A5: "<< /PageSize [420 595] /ImagingBBox null >> setpagedevice"
  197. *PageRegion A6: "<< /PageSize [297 420] /ImagingBBox null >> setpagedevice"
  198. *PageRegion A7: "<< /PageSize [210 297] /ImagingBBox null >> setpagedevice"
  199. *PageRegion A8: "<< /PageSize [148 210] /ImagingBBox null >> setpagedevice"
  200. *PageRegion A9: "<< /PageSize [105 148] /ImagingBBox null >> setpagedevice"
  201. *PageRegion A10: "<< /PageSize [73 105] /ImagingBBox null >> setpagedevice"
  202. *PageRegion ISOB0/ISO B0: "<< /PageSize [2835 4008] /ImagingBBox null >> setpagedevice"
  203. *PageRegion ISOB1/ISO B1: "<< /PageSize [2004 2835] /ImagingBBox null >> setpagedevice"
  204. *PageRegion ISOB2/ISO B2: "<< /PageSize [1417 2004] /ImagingBBox null >> setpagedevice"
  205. *PageRegion ISOB3/ISO B3: "<< /PageSize [1001 1417] /ImagingBBox null >> setpagedevice"
  206. *PageRegion ISOB4/ISO B4: "<< /PageSize [709 1001] /ImagingBBox null >> setpagedevice"
  207. *PageRegion ISOB5/ISO B5: "<< /PageSize [499 709] /ImagingBBox null >> setpagedevice"
  208. *PageRegion ISOB6/ISO B6: "<< /PageSize [354 499] /ImagingBBox null >> setpagedevice"
  209. *PageRegion B0/JIS B0: "<< /PageSize [2920 4127] /ImagingBBox null >> setpagedevice"
  210. *PageRegion B1/JIS B1: "<< /PageSize [2064 2920] /ImagingBBox null >> setpagedevice"
  211. *PageRegion B2/JIS B2: "<< /PageSize [1460 2064] /ImagingBBox null >> setpagedevice"
  212. *PageRegion B3/JIS B3: "<< /PageSize [1032 1460] /ImagingBBox null >> setpagedevice"
  213. *PageRegion B4/JIS B4: "<< /PageSize [729 1032] /ImagingBBox null >> setpagedevice"
  214. *PageRegion B5/JIS B5: "<< /PageSize [516 729] /ImagingBBox null >> setpagedevice"
  215. *PageRegion B6/JIS B6: "<< /PageSize [363 516] /ImagingBBox null >> setpagedevice"
  216. *PageRegion EnvC0/Envelope C0: "<< /PageSize [2599 3677] /ImagingBBox null >> setpagedevice"
  217. *PageRegion EnvC1/Envelope C1: "<< /PageSize [1837 2599] /ImagingBBox null >> setpagedevice"
  218. *PageRegion EnvC2/Envelope C2: "<< /PageSize [1296 1837] /ImagingBBox null >> setpagedevice"
  219. *PageRegion EnvC3/Envelope C3: "<< /PageSize [918 1296] /ImagingBBox null >> setpagedevice"
  220. *PageRegion EnvC4/Envelope C4: "<< /PageSize [649 918] /ImagingBBox null >> setpagedevice"
  221. *PageRegion EnvC5/Envelope C5: "<< /PageSize [459 649] /ImagingBBox null >> setpagedevice"
  222. *PageRegion EnvC6/Envelope C6: "<< /PageSize [323 459] /ImagingBBox null >> setpagedevice"
  223. *PageRegion ARCHE: "<< /PageSize [2592 3456] /ImagingBBox null >> setpagedevice"
  224. *PageRegion ARCHD: "<< /PageSize [1728 2592] /ImagingBBox null >> setpagedevice"
  225. *PageRegion ARCHC: "<< /PageSize [1296 1728] /ImagingBBox null >> setpagedevice"
  226. *PageRegion ARCHB: "<< /PageSize [864 1296] /ImagingBBox null >> setpagedevice"
  227. *PageRegion ARCHA: "<< /PageSize [648 864] /ImagingBBox null >> setpagedevice"
  228. *PageRegion FLSA: "<< /PageSize [612 936] /ImagingBBox null >> setpagedevice"
  229. *PageRegion FLSE: "<< /PageSize [612 936] /ImagingBBox null >> setpagedevice"
  230. *PageRegion PA4: "<< /PageSize [595 792] /ImagingBBox null >> setpagedevice"
  231. *CloseUI: *PageRegion
  232.  
  233. *DefaultImageableArea: Letter
  234. *ImageableArea Tabloid: "0 0 792 1224"
  235. *ImageableArea Ledger: "0 0 1224 792"
  236. *ImageableArea Legal: "0 0 612 1008"
  237. *ImageableArea Letter: "0 0 612 792"
  238. *ImageableArea LetterSmall: "25 25 587 767"
  239. *ImageableArea Note: "25 25 587 767"
  240. *ImageableArea Statement: "0 0 396 612"
  241. *ImageableArea A0: "0 0 2384 3370"
  242. *ImageableArea A1: "0 0 1684 2384"
  243. *ImageableArea A2: "0 0 1191 1684"
  244. *ImageableArea A3: "0 0 842 1191"
  245. *ImageableArea A4: "0 0 595 842"
  246. *ImageableArea A4Small: "25 25 750 817"
  247. *ImageableArea A5: "0 0 420 595"
  248. *ImageableArea A6: "0 0 297 420"
  249. *ImageableArea A7: "0 0 210 297"
  250. *ImageableArea A8: "0 0 148 210"
  251. *ImageableArea A9: "0 0 105 148"
  252. *ImageableArea A10: "0 0 73 105"
  253. *ImageableArea ISOB0/ISO B0: "0 0 2835 4008"
  254. *ImageableArea ISOB1/ISO B1: "0 0 2004 2835"
  255. *ImageableArea ISOB2/ISO B2: "0 0 1417 2004"
  256. *ImageableArea ISOB3/ISO B3: "0 0 1001 1417"
  257. *ImageableArea ISOB4/ISO B4: "0 0 709 1001"
  258. *ImageableArea ISOB5/ISO B5: "0 0 499 709"
  259. *ImageableArea ISOB6/ISO B6: "0 0 354 499"
  260. *ImageableArea B0/JIS B0: "0 0 2920 4127"
  261. *ImageableArea B1/JIS B1: "0 0 2064 2920"
  262. *ImageableArea B2/JIS B2: "0 0 1460 2064"
  263. *ImageableArea B3/JIS B3: "0 0 1032 1460"
  264. *ImageableArea B4/JIS B4: "0 0 729 1032"
  265. *ImageableArea B5/JIS B5: "0 0 516 729"
  266. *ImageableArea B6/JIS B6: "0 0 363 516"
  267. *ImageableArea EnvC0/Envelope C0: "0 0 2599 3677"
  268. *ImageableArea EnvC1/Envelope C1: "0 0 1837 2599"
  269. *ImageableArea EnvC2/Envelope C2: "0 0 1296 1837"
  270. *ImageableArea EnvC3/Envelope C3: "0 0 918 1296"
  271. *ImageableArea EnvC4/Envelope C4: "0 0 649 918"
  272. *ImageableArea EnvC5/Envelope C5: "0 0 459 649"
  273. *ImageableArea EnvC6/Envelope C6: "0 0 323 459"
  274. *ImageableArea ARCHE: "0 0 2592 3456"
  275. *ImageableArea ARCHD: "0 0 1728 2592"
  276. *ImageableArea ARCHC: "0 0 1296 1728"
  277. *ImageableArea ARCHB: "0 0 864 1296"
  278. *ImageableArea ARCHA: "0 0 648 864"
  279. *ImageableArea FLSA: "0 0 612 936"
  280. *ImageableArea FLSE: "0 0 612 936"
  281. *ImageableArea PA4: "0 0 595 792"
  282.  
  283. *DefaultPaperDimension: Letter
  284. *PaperDimension Tabloid: "792 1224"
  285. *PaperDimension Ledger: "1224 792"
  286. *PaperDimension Legal: "612 1008"
  287. *PaperDimension Letter: "612 792"
  288. *PaperDimension LetterSmall: "612 792"
  289. *PaperDimension Note: "612 792"
  290. *PaperDimension Statement: "396 612"
  291. *PaperDimension A0: "2384 3370"
  292. *PaperDimension A1: "1684 2384"
  293. *PaperDimension A2: "1191 1684"
  294. *PaperDimension A3: "842 1191"
  295. *PaperDimension A4: "595 842"
  296. *PaperDimension A4Small: "595 842"
  297. *PaperDimension A5: "420 595"
  298. *PaperDimension A6: "297 420"
  299. *PaperDimension A7: "210 297"
  300. *PaperDimension A8: "148 210"
  301. *PaperDimension A9: "105 148"
  302. *PaperDimension A10: "73 105"
  303. *PaperDimension ISOB0/ISO B0: "2835 4008"
  304. *PaperDimension ISOB1/ISO B1: "2004 2835"
  305. *PaperDimension ISOB2/ISO B2: "1417 2004"
  306. *PaperDimension ISOB3/ISO B3: "1001 1417"
  307. *PaperDimension ISOB4/ISO B4: "709 1001"
  308. *PaperDimension ISOB5/ISO B5: "499 709"
  309. *PaperDimension ISOB6/ISO B6: "354 499"
  310. *PaperDimension B0/JIS B0: "2920 4127"
  311. *PaperDimension B1/JIS B1: "2064 2920"
  312. *PaperDimension B2/JIS B2: "1460 2064"
  313. *PaperDimension B3/JIS B3: "1032 1460"
  314. *PaperDimension B4/JIS B4: "729 1032"
  315. *PaperDimension B5/JIS B5: "516 729"
  316. *PaperDimension B6/JIS B6: "363 516"
  317. *PaperDimension EnvC0/Envelope C0: "2599 3677"
  318. *PaperDimension EnvC1/Envelope C1: "1837 2599"
  319. *PaperDimension EnvC2/Envelope C2: "1296 1837"
  320. *PaperDimension EnvC3/Envelope C3: "918 1296"
  321. *PaperDimension EnvC4/Envelope C4: "649 918"
  322. *PaperDimension EnvC5/Envelope C5: "459 649"
  323. *PaperDimension EnvC6/Envelope C6: "323 459"
  324. *PaperDimension ARCHE: "2592 3456"
  325. *PaperDimension ARCHD: "1728 2592"
  326. *PaperDimension ARCHC: "1296 1728"
  327. *PaperDimension ARCHB: "864 1296"
  328. *PaperDimension ARCHA: "648 864"
  329. *PaperDimension FLSA: "612 936"
  330. *PaperDimension FLSE: "612 936"
  331. *PaperDimension PA4: "595 792"
  332.  
  333.  
  334. *% == Fonts
  335. *DefaultFont: Courier
  336. *% First the standard 35 aliases with the actual fonts commented out.
  337. *Font Bookman-Demi: Standard "(1.05)" Standard ROM
  338. *% *Font URWBookmanL-DemiBold: Standard "(1.05)" Standard ROM
  339. *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
  340. *% *Font URWBookmanL-DemiBoldItal: Standard "(1.05)" Standard ROM
  341. *Font Bookman-Light: Standard "(1.05)" Standard ROM
  342. *% *Font URWBookmanL-Ligh: Standard "(1.05)" Standard ROM
  343. *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
  344. *% *Font URWBookmanL-LighItal: Standard "(1.05)" Standard ROM
  345. *Font Courier: Standard "(1.05)" Standard ROM
  346. *% *Font NimbusMonL-Regu: Standard "(1.05)" Standard ROM
  347. *Font Courier-Oblique: Standard "(1.05)" Standard ROM
  348. *% *Font NimbusMonL-ReguObli: Standard "(1.05)" Standard ROM
  349. *Font Courier-Bold: Standard "(1.05)" Standard ROM
  350. *% *Font NimbusMonL-Bold: Standard "(1.05)" Standard ROM
  351. *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
  352. *% *Font NimbusMonL-BoldObli: Standard "(1.05)" Standard ROM
  353. *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
  354. *% *Font URWGothicL-Book: Standard "(1.05)" Standard ROM
  355. *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
  356. *% *Font URWGothicL-BookObli: Standard "(1.05)" Standard ROM
  357. *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
  358. *% *Font URWGothicL-Demi: Standard "(1.05)" Standard ROM
  359. *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
  360. *% *Font URWGothicL-DemiObli: Standard "(1.05)" Standard ROM
  361. *Font Helvetica: Standard "(1.05)" Standard ROM
  362. *% *Font NimbusSanL-Regu: Standard "(1.05)" Standard ROM
  363. *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
  364. *% *Font NimbusSanL-ReguItal: Standard "(1.05)" Standard ROM
  365. *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
  366. *% *Font NimbusSanL-Bold: Standard "(1.05)" Standard ROM
  367. *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
  368. *% *Font NimbusSanL-BoldItal: Standard "(1.05)" Standard ROM
  369. *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
  370. *% *Font NimbusSanL-ReguCond: Standard "(1.05)" Standard ROM
  371. *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
  372. *% *Font NimbusSanL-ReguCondItal: Standard "(1.05)" Standard ROM
  373. *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
  374. *% *Font NimbusSanL-BoldCond: Standard "(1.05)" Standard ROM
  375. *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
  376. *% *Font NimbusSanL-BoldCondItal: Standard "(1.05)" Standard ROM
  377. *Font Palatino-Roman: Standard "(1.05)" Standard ROM
  378. *% *Font URWPalladioL-Roma: Standard "(1.05)" Standard ROM
  379. *Font Palatino-Italic: Standard "(1.05)" Standard ROM
  380. *% *Font URWPalladioL-Ital: Standard "(1.05)" Standard ROM
  381. *Font Palatino-Bold: Standard "(1.05)" Standard ROM
  382. *% *Font URWPalladioL-Bold: Standard "(1.05)" Standard ROM
  383. *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
  384. *% *Font URWPalladioL-BoldItal: Standard "(1.05)" Standard ROM
  385. *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
  386. *% *Font CenturySchL-Roma: Standard "(1.05)" Standard ROM
  387. *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
  388. *% *Font CenturySchL-Ital: Standard "(1.05)" Standard ROM
  389. *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
  390. *% *Font CenturySchL-Bold: Standard "(1.05)" Standard ROM
  391. *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
  392. *% *Font CenturySchL-BoldItal: Standard "(1.05)" Standard ROM
  393. *Font Times-Roman: Standard "(1.05)" Standard ROM
  394. *% *Font NimbusRomNo9L-Regu: Standard "(1.05)" Standard ROM
  395. *Font Times-Italic: Standard "(1.05)" Standard ROM
  396. *% *Font NimbusRomNo9L-ReguItal: Standard "(1.05)" Standard ROM
  397. *Font Times-Bold: Standard "(1.05)" Standard ROM
  398. *% *Font NimbusRomNo9L-Medi: Standard "(1.05)" Standard ROM
  399. *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
  400. *% *Font NimbusRomNo9L-MediItal: Standard "(1.05)" Standard ROM
  401. *Font Symbol: Special "(001.005)" Special ROM
  402. *% *Font StandardSymL: Special (001.005)" Special ROM
  403. *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
  404. *% *Font URWChanceryL-MediItal: Standard "(1.05)" Standard ROM
  405. *Font ZapfDingbats: Special (001.005)" Special ROM
  406. *% *Font Dingbats: Special (001.005)" Special ROM
  407. *% Then a few ghostscript extras
  408. *Font Charter-Roman: Standard "(2.0-1.0)" Standard ROM
  409. *Font CharterBT-Roman: Standard "(2.0-1.0)" Standard ROM
  410. *Font Charter-Italic: Standard "(2.0-1.0)" Standard ROM
  411. *Font CharterBT-Italic: Standard "(2.0-1.0)" Standard ROM
  412. *Font Charter-Bold: Standard "(2.0-1.0)" Standard ROM
  413. *Font CharterBT-Bold: Standard "(2.0-1.0)" Standard ROM
  414. *Font Charter-BoldItalic: Standard "(2.0-1.0)" Standard ROM
  415. *Font CharterBT-BoldItalic: Standard "(2.0-1.0)" Standard ROM
  416. *Font Utopia-Regular: Standard "(001.001)" Standard ROM
  417. *Font Utopia-Italic: Standard "(001.001)" Standard ROM
  418. *Font Utopia-Bold: Standard "(001.001)" Standard ROM
  419. *Font Utopia-BoldItalic: Standard "(001.001)" Standard ROM
  420.  
  421. *% == Most of these set distiller parameters
  422. *% If the target device is not the Ghostscript pdfwrite device,
  423. *% then these should all be left at "Default"
  424. *OpenGroup: PDF
  425.  
  426. *% == The pdfwrite device can select different color spaces
  427. *OpenUI *ColorModel/PDF Colour Model: PickOne
  428. *DefaultColorModel: Default
  429. *OrderDependency: 20 AnySetup *ColorModel
  430. *ColorModel Default: ""
  431. *ColorModel Grey: "<< /ProcessColorModel /DeviceGray >> setpagedevice"
  432. *ColorModel RGB: "<< /ProcessColorModel /DeviceRGB >> setpagedevice"
  433. *ColorModel CMYK: "<< /ProcessColorModel /DeviceCMYK >> setpagedevice"
  434. *CloseUI: *ColorModel
  435.  
  436. *OpenUI *PDFSettings/PDF Settings: PickOne
  437. *DefaultPDFSettings: Default
  438. *OrderDependency: 30 AnySetup *PDFSettings
  439. *PDFSettings Default: ""
  440. *PDFSettings Screen: ".distillersettings /screen get setdistillerparams"
  441. *PDFSettings Ebook: ".distillersettings /ebook get setdistillerparams"
  442. *PDFSettings Printer: ".distillersettings /printer get setdistillerparams"
  443. *PDFSettings Prepress: ".distillersettings /prepress get setdistillerparams"
  444. *CloseUI: *PDFSettings
  445.  
  446. *OpenUI *ColorImageFilter/PDF Colour Image Compression: PickOne
  447. *DefaultColorImageFilter: Default
  448. *OrderDependency: 40 AnySetup *ColorImageFilter
  449. *ColorImageFilter Default: ""
  450. *ColorImageFilter JPEG: "<< /AutoFilterColorImages false /ColorImageFilter /DCTEncode >> setdistillerparams"
  451. *ColorImageFilter Flate: "<< /AutoFilterColorImages false /ColorImageFilter /FlateEncode >> setdistillerparams"
  452. *CloseUI: *ColorImageFilter
  453.  
  454. *OpenUI *GrayImageFilter/PDF Grey Image Compression: PickOne
  455. *DefaultGrayImageFilter: Default
  456. *OrderDependency: 40 AnySetup *GrayImageFilter
  457. *GrayImageFilter Default: ""
  458. *GrayImageFilter JPEG: "<< /AutoFilterGrayImages false /GrayImageFilter /DCTEncode >> setdistillerparams"
  459. *GrayImageFilter Flate: "<< /AutoFilterGrayImages false /GrayImageFilter /FlateEncode >> setdistillerparams"
  460. *CloseUI: *GrayImageFilter
  461.  
  462. *OpenUI *MonoImageFilter/PDF Monochrome Image Compression: PickOne
  463. *DefaultMonoImageFilter: Default
  464. *OrderDependency: 40 AnySetup *MonoImageFilter
  465. *MonoImageFilter Default: ""
  466. *MonoImageFilter FaxG3/Fax G3: "<< /AutoFilterMonoImages false /MonoImageFilter /CCITTFaxEncode >> setdistillerparams"
  467. *MonoImageFilter Flate: "<< /AutoFilterMonoImages false /MonoImageFilter /FlateEncode >> setdistillerparams"
  468. *CloseUI: *MonoImageFilter
  469.  
  470. *OpenUI *CompatibilityLevel/PDF Compatibility: PickOne
  471. *DefaultCompatibilityLevel: Default
  472. *OrderDependency: 40 AnySetup *CompatibilityLevel
  473. *CompatibilityLevel Default: ""
  474. *CompatibilityLevel 1.2: "<< /CompatibilityLevel 1.2 >> setdistillerparams"
  475. *CompatibilityLevel 1.3: "<< /CompatibilityLevel 1.3 >> setdistillerparams"
  476. *CompatibilityLevel 1.4: "<< /CompatibilityLevel 1.4 >> setdistillerparams"
  477. *CloseUI: *CompatibilityLevel
  478.  
  479. *OpenUI *AutoRotatePages/PDF AutoRotatePages: PickOne
  480. *DefaultAutoRotatePages: Default
  481. *OrderDependency: 40 AnySetup *AutoRotatePages
  482. *AutoRotatePages Default: ""
  483. *AutoRotatePages None: "<< /AutoRotatePages /None >> setdistillerparams"
  484. *AutoRotatePages PageByPage: "<< /AutoRotatePages /PageByPage >> setdistillerparams"
  485. *AutoRotatePages All: "<< /AutoRotatePages /All >> setdistillerparams"
  486. *CloseUI: *AutoRotatePages
  487.  
  488. *OpenUI *ParseDSCComments/PDF ParseDSCComments: PickOne
  489. *DefaultParseDSCComments: Default
  490. *OrderDependency: 40 AnySetup *ParseDSCComments
  491. *ParseDSCComments Default: ""
  492. *ParseDSCComments True: "<< /ParseDSCComments true >> setdistillerparams"
  493. *ParseDSCComments False: "<< /ParseDSCComments false >> setdistillerparams"
  494. *CloseUI: *ParseDSCComments
  495.  
  496. *OpenUI *EmbedAllFonts/PDF EmbedAllFonts: PickOne
  497. *DefaultEmbedAllFonts: Default
  498. *OrderDependency: 40 AnySetup *EmbedAllFonts
  499. *EmbedAllFonts Default: ""
  500. *EmbedAllFonts True: "<< /EmbedAllFonts true >> setdistillerparams"
  501. *EmbedAllFonts False: "<< /EmbedAllFonts false >> setdistillerparams"
  502. *CloseUI: *EmbedAllFonts
  503.  
  504. *OpenUI *SubsetFonts/PDF SubsetFonts: PickOne
  505. *DefaultSubsetFonts: Default
  506. *OrderDependency: 40 AnySetup *SubsetFonts
  507. *SubsetFonts Default: ""
  508. *SubsetFonts True: "<< /SubsetFonts true >> setdistillerparams"
  509. *SubsetFonts False: "<< /SubsetFonts false >> setdistillerparams"
  510. *CloseUI: *SubsetFonts
  511.  
  512. *OpenUI *CompressPages/PDF Compress Pages: PickOne
  513. *DefaultCompressPages: Default
  514. *OrderDependency: 40 AnySetup *CompressPages
  515. *CompressPages Default: ""
  516. *CompressPages True: "<< /CompressPages true >> setdistillerparams"
  517. *CompressPages False: "<< /CompressPages false >> setdistillerparams"
  518. *CloseUI: *CompressPages
  519.  
  520. *CloseGroup: PDF
  521.  
  522. *% End of Ghostscript PDF Writer PPD file
  523.